home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / rtgmaster / rtgmasterppc.m < prev    next >
Encoding:
Text File  |  2000-06-15  |  1.3 KB  |  48 lines

  1. //     $VER: rtgsublibs.i 1.006 (15 Jan 1998)
  2.  
  3. #define CMD_OpenRtgScreen  0
  4. #define CMD_CloseRtgScreen  1
  5. #define CMD_SwitchScreens  2
  6. #define CMD_LoadRGBRtg  3
  7. #define CMD_LockRtgScreen  4
  8. #define CMD_UnlockRtgScreen  5
  9. #define CMD_GetBufAdr  6
  10. #define CMD_GetRtgScreenData  7
  11. #define CMD_RtgScreenAtFront  8
  12. #define CMD_RtgScreenModeReq  9
  13. #define CMD_FreeRtgScreenModeReq  10
  14. #define CMD_WriteRtgPixel  11
  15. #define CMD_WriteRtgPixelRGB  12
  16. #define CMD_FillRtgRect  13
  17. #define CMD_FillRtgRectRGB  14
  18. #define CMD_WriteRtgPixelArray  15
  19. #define CMD_WriteRtgPixelRGBArray  16
  20. #define CMD_CopyRtgPixelArray  17
  21. #define CMD_DrawRtgLine  18
  22. #define CMD_DrawRtgLineRGB  19
  23. #define CMD_WaitRtgSwitch  20
  24. #define CMD_WaitRtgBlit  21
  25. #define CMD_RtgWaitTOF  22
  26. #define CMD_RtgBlit  23
  27. #define CMD_RtgBltClear  24
  28. #define CMD_CallRtgC2P  25
  29. #define CMD_RtgText  26
  30. #define CMD_RtgSetFont  27
  31. #define CMD_RtgClearPointer  28
  32. #define CMD_RtgSetPointer  29
  33. #define CMD_RtgSetTextMode  30
  34. #define CMD_RtgOpenFont  31
  35. #define CMD_RtgCloseFont  32
  36. #define CMD_RtgSetTextModeRGB  33
  37. #define CMD_RtgInitRDCMP  34
  38. #define CMD_RtgWaitRDCMP  35
  39. #define CMD_RtgGetMsg  36
  40. #define CMD_RtgReplyMsg  37
  41. #define CMD_RtgCheckVSync  38
  42. #define CMD_RtgAllocSRList  39
  43. #define CMD_FreeRtgSRList  40
  44. #define CMD_RtgBestSR  41
  45. #define CMD_CopyRtgBlit  42
  46. #define CMD_RtgInitBob  43
  47. #define CMD_CheckPPCCommand  44
  48.